net/http.http2StreamError.Cause (field)

10 uses

	net/http (current package)
		h2_bundle.go#L1232: 	Cause    error // optional additional detail
		h2_bundle.go#L1245: 	if e.Cause != nil {
		h2_bundle.go#L1246: 		return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
		h2_bundle.go#L7294: 		if se.Code == http2ErrCodeProtocol && se.Cause == http2errFromPeer {
		h2_bundle.go#L8136: 				if se.Cause != http2errFromPeer {
		h2_bundle.go#L8824: 				if se.Cause == nil {
		h2_bundle.go#L8825: 					se.Cause = cc.fr.errDetail
		h2_bundle.go#L8886: 			Cause:    errors.New("protocol error: headers after END_STREAM"),
		h2_bundle.go#L8915: 			Cause:    err,
		h2_bundle.go#L9475: 	serr.Cause = http2errFromPeer